use Illuminate\Support\Facades\Storage; $path = Storage::path('file.jpg');
//$file is full path echo basename($file);